home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / STD File Saver 1.1 / MyPrintDriver.make < prev    next >
Encoding:
Text File  |  1991-06-06  |  2.1 KB  |  39 lines  |  [TEXT/MPS ]

  1. "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPrintDriver.r
  2.     rez -t PRER -c EBBS -a "{rincludes}"types.r "{rincludes}"systypes.r "{pd}"MyPrintTypes.r "{pd}"MyPrintDriver.r -o "{pd}"MyPrintDriver
  3.     SetFile -a B "{pd}MyPrintDriver"
  4.  
  5. #    "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPrintDriver.p.o "{pd}"DAEntry.a.o
  6. #        link -w -rt DRVR=-8192 -m DAEntry -sg ".XPrint" -o "{pd}"MyPrintDriver -t PRER -c EBBS ∂
  7. #        "{pd}"DAEntry.a.o "{libraries}"DRVRRuntime.o "{pd}"MyPrintDriver.p.o "{intrf}" "{pasli}"
  8. #        SetFile -a B "{pd}MyPrintDriver"
  9.  
  10. "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPDEF_4_HandlingDialogs.a.o "{pd}"MyPDEF_4_HandlingDialogs.p.o
  11.     link -t PRER -c EBBS -rt PDEF=4 -m HANDLINGDLGS -sg HandlingDialogs -o "{pd}"MyPrintDriver "{pd}"MyPDEF_4_HandlingDialogs.a.o "{pd}"MyPDEF_4_HandlingDialogs.p.o "{intrf}" "{pasli}"
  12.     SetFile -a B "{pd}MyPrintDriver"
  13.  
  14. "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPDEF_0_DraftMode.a.o "{pd}"MyPDEF_0_DraftMode.p.o
  15.     link -t PRER -c EBBS -rt PDEF=0 -m DRAFTMODE -sg DraftMode -o "{pd}"MyPrintDriver "{pd}"MyPDEF_0_DraftMode.a.o "{pd}"MyPDEF_0_DraftMode.p.o "{intrf}" "{pasli}"
  16.     SetFile -a B "{pd}MyPrintDriver"
  17.  
  18. "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPDEF_5_PrPicFile.a.o "{pd}"MyPDEF_5_PrPicFile.p.o
  19.     link -t PRER -c EBBS -rt PDEF=5 -m THEPRPICFILE -sg PrPicFile -o "{pd}"MyPrintDriver "{pd}"MyPDEF_5_PrPicFile.a.o "{pd}"MyPDEF_5_PrPicFile.p.o
  20.     SetFile -a B "{pd}MyPrintDriver"
  21.  
  22. "{pd}"MyPrintDriver    ƒƒ    "{pd}"MyPDEF_7_PrGeneral.a.o "{pd}"MyPDEF_7_PrGeneral.p.o
  23.     link -t PRER -c EBBS -rt PDEF=7 -m THEPRGENERAL -sg PrGeneral -o "{pd}"MyPrintDriver "{pd}"MyPDEF_7_PrGeneral.a.o "{pd}"MyPDEF_7_PrGeneral.p.o
  24.     SetFile -a B "{pd}MyPrintDriver"
  25.  
  26. "{pd}"MyPrintDriver    ƒƒ "{pd}"MyPrintDriver.a.o
  27.     link -w -rt DRVR=-8192 -m XPRINT -sg ".XPrint" -o "{pd}"MyPrintDriver -t PRER -c EBBS ∂
  28.     "{pd}"MyPrintDriver.a.o
  29.     SetFile -a B "{pd}MyPrintDriver"
  30.  
  31. "{pd}"MyPrintDriver    ƒƒ "{pd}"MyPACK_4096_Nothing.a.o
  32.     link -w -rt PACK=-4096 -m MYPACK -sg "ThePack" -o "{pd}"MyPrintDriver -t PRER -c EBBS ∂
  33.     "{pd}"MyPACK_4096_Nothing.a.o
  34.     SetFile -a B "{pd}MyPrintDriver"
  35.  
  36. "{pd}STD File Saver"    ƒ "{pd}"MyPrintDriver
  37.     duplicate -y "{pd}"MyPrintDriver "{pd}STD File Saver"
  38.     duplicate -y "{pd}"MyPrintDriver "{systemfolder}extensions:STD File Saver"
  39.